Skip to content

Conversation

@MostlyKIGuess
Copy link

  • Add ClineProvider with JSON stream parsing and CLI integration
  • Register Cline as a new provider type and agent
  • Add Nix flake for reproducible dev environment

- Add ClineProvider with JSON stream parsing and CLI integration
- Register Cline as a new provider type and agent
- Add Nix flake for reproducible dev environment
   - Resolved conflicts by merging both cline and github-copilot
     providers
Filter echoed user input from Cline responses. Extract token usage stats
from completion messages. Terminate process after receiving 'ask'
messages.
Copy link
Contributor

@BahaAbuNojaim BahaAbuNojaim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2025-12-30 at 10 57 56 PM

When Cline is not installed and the user clicks on Install then the installation dialog faces few issues:

  • Installing command whether manual or automatic is wrong, should be cline's installing command, currently it "ext install saoudrizwan.claude-dev" and it should be "npm install -g cline" as in https://docs.cline.bot/cline-cli/installation
  • Logo not appearing
  • Should ensure authentication via "cline auth" command
  • Should follow CLI commands
  • Output format rendered in Mysti should be matching to other providers and well formatted

- removed as dep
- fixed auth command
@MostlyKIGuess
Copy link
Author

Screenshot 2025-12-30 at 10 57 56 PM

When Cline is not installed and the user clicks on Install then the installation dialog faces few issues:

* Installing command whether manual or automatic is wrong, should be cline's installing command, currently it "ext install saoudrizwan.claude-dev" and it should be "npm install -g cline" as in https://docs.cline.bot/cline-cli/installation

* Logo not appearing

* Should ensure authentication via "cline auth" command

* Should follow CLI commands

* Output format rendered in Mysti should be matching to other providers and well formatted

Ah, I thought we were supposed to install the VSCode extension, I changed it to cli now and update the dependencies. I am not sure why the logo is an issue, could you compile it again? The cline file is present in resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants